Use project matrix in playwright test workflow - #978
Draft
circlecube wants to merge 1 commit into
Draft
Conversation
circlecube
temporarily deployed
to
github-pages
February 5, 2026 21:38 — with
GitHub Actions
Inactive
|
|
||
| - name: Run Playwright Tests | ||
| run: npx playwright test --reporter=line | ||
| run: npx playwright test --project="${{ matrix.project }}" --reporter=line |
Check warning
Code scanning / zizmor
code injection via template expansion Warning
Contributor
🎮 WordPress Playground PreviewThis spins up a fresh WordPress-in-browser, installs this PR's plugin build, and drops you straight into the Bluehost screen. Preview Details
⚠ Every new commit / comment on this PR overwrites the preview ZIP for this PR number. |
circlecube
marked this pull request as draft
February 23, 2026 15:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
This uses a matrix fed by the projects so that the tests can be run in parallel.
If we can get this to work properly and reliably, we can look at adding another dimension of matrices to the matrix workflow, too.
Type of Change
Production
Development
Visual
Checklist
Further comments